home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl720
/
fast278j.lzh
/
SHUT.F
< prev
next >
Wrap
Text File
|
1980-01-01
|
345b
|
18 lines
;Shut system, park heads.
#short
print bios cr lf "System SHUT activated...";
e=0
for h=0 to 3
print bios " ";chr '0'+h;
dx=h*256+80h
reg dx=dx,cx=6691h,ax=0c01h:int 13h
if carry then print bios "x";:e=1 else print bios chr 251;
next h
if e then print bios cr lf "Error!":terminate
print bios cr lf lf "Done.";
forever {}